home *** CD-ROM | disk | FTP | other *** search
/ Science Fair / Science Fair.iso / pc / working / sort.dir / 00089.ls < prev    next >
Encoding:
Text File  |  1995-03-27  |  330 b   |  15 lines

  1. on exitFrame
  2.   global gPump, gJump, gStartMove
  3.   puppetSound(0)
  4.   set gPump to "pump1"
  5.   set gJump to "pump11"
  6.   set gStartMove to the frame
  7.   repeat with n = 31 to 38
  8.     set the puppet of sprite n to 1
  9.     set the visible of sprite n to 0
  10.     set the constraint of sprite n to 30
  11.   end repeat
  12.   pick2Objects()
  13.   objGoBack()
  14. end
  15.